Skip to content

Fix Teensy clippy slice refs#168

Merged
zackees merged 1 commit into
mainfrom
fix/teensy-clippy-slice-from-ref
Apr 21, 2026
Merged

Fix Teensy clippy slice refs#168
zackees merged 1 commit into
mainfrom
fix/teensy-clippy-slice-from-ref

Conversation

@zackees
Copy link
Copy Markdown
Member

@zackees zackees commented Apr 21, 2026

Summary

  • Replace cloned one-element path slices in Teensy framework library tests with std::slice::from_ref
  • Fix Rust 1.94 Clippy cloned_ref_to_slice_refs failures under -D warnings

Verification

  • uv run soldr cargo fmt --check
  • uv run soldr cargo clippy -p fbuild-build --all-targets -- -D warnings
  • uv run soldr cargo clippy --workspace --all-targets -- -D warnings

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 21, 2026

Warning

Rate limit exceeded

@zackees has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 10 minutes and 54 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 10 minutes and 54 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 92feb71a-34ff-47a8-b6a6-0af160859ba5

📥 Commits

Reviewing files that changed from the base of the PR and between 83bb2ed and 98d643b.

📒 Files selected for processing (1)
  • crates/fbuild-build/src/teensy/orchestrator.rs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/teensy-clippy-slice-from-ref

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@zackees zackees merged commit 93a9ff3 into main Apr 21, 2026
77 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant